home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / share / perl5 / URI / rtsp.pm < prev    next >
Text File  |  2008-04-02  |  89b  |  9 lines

  1. package URI::rtsp;
  2.  
  3. require URI::http;
  4. @ISA=qw(URI::http);
  5.  
  6. sub default_port { 554 }
  7.  
  8. 1;
  9.